Click or drag to resize

Notification Class

Contains information about the subscription and the events that have occurred since the last notification.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeNotification

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Notification

The Notification type exposes the following members.

Constructors
  NameDescription
Public methodNotification
Initializes a new instance of the Notification class.
Top
Properties
  NameDescription
Public propertyEvents
Represents a collection of events in which an item or folder is copied, created, deleted, modified, new or Represents a notification that no new activity has occurred in the mailbox.
Public propertyHasMoreEvents
Indicates whether there are more events in the queue to be delivered to the client.
Public propertyPreviousWatermark
Represents the watermark of the latest event that was successfully communicated to the client for the subscription.
Public propertySubscriptionId
Represents the identifier for a subscription.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also